home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib / tk / index < prev    next >
Encoding:
Text File  |  1992-12-18  |  8.5 KB  |  309 lines

  1. ConfigWidg
  2. Tk_ConfigureWidget, Tk_Offset, Tk_ConfigureInfo, 
  3. process configuration options for widgets
  4. anchor, bitmap, boolean, border, cap style, color, configuration options, cursor, custom, double, font, integer, join style, justify, millimeters, pixels, relief, synonym, uid, 
  5. ConfigWind
  6. Tk_ConfigureWindow, Tk_MoveWindow, Tk_ResizeWindow, Tk_MoveResizeWindow, Tk_SetWindowBorderWidth, 
  7. change window configuration or attributes
  8. attributes, border, color, configure, height, pixel, pixmap, width, window, x, y, 
  9. CoordToWin
  10. Tk_CoordsToWindow, 
  11. Find window containing a point
  12. containing, coordinates, root window, 
  13. CrtErrHdlr
  14. Tk_CreateErrorHandler, Tk_DeleteErrorHandler, 
  15. handle X protocol errors
  16. callback, error, event, handler, 
  17. CrtGenHdlr
  18. Tk_CreateGenericHandler, Tk_DeleteGenericHandler, 
  19. associate procedure callback with all X events
  20. bind, callback, event, handler, 
  21. CrtMainWin
  22. Tk_CreateMainWindow, Tk_CreateWindow, Tk_CreateWindowFromPath, Tk_DestroyWindow, Tk_MakeWindowExist, 
  23. create or delete window
  24. create, deferred creation, destroy, display, internal window, main window, register, screen, top-level window, window, 
  25. DoOneEvent
  26. Tk_DoOneEvent, Tk_MainLoop, Tk_HandleEvent, 
  27. wait for events and
  28. callback, event, handler, idle, timer, 
  29. DoWhenIdle
  30. Tk_DoWhenIdle, Tk_CancelIdleCall, 
  31. invoke a procedure when there are no pending events
  32. callback, defer, handler, idle, 
  33. EventHndlr
  34. Tk_CreateEventHandler, Tk_DeleteEventHandler, 
  35. associate procedure callback with an X event
  36. bind, callback, event, handler, 
  37. FileHndlr
  38. Tk_CreateFileHandler, Tk_DeleteFileHandler, 
  39. associate procedure callback with a file or device
  40. callback, file, handler, 
  41. FocusHndlr
  42. Tk_CreateFocusHandler, 
  43. arrange for callback when focus enters or leaves window
  44. focus, window, 
  45. GeomReq
  46. Tk_GeometryRequest, Tk_SetInternalBorder, 
  47. specify desired geometry or internal border for a window
  48. geometry, request, 
  49. GetAnchor
  50. Tk_GetAnchor, Tk_NameOfAnchor, 
  51. translate between strings and anchor positions
  52. anchor position, 
  53. GetBitmap
  54. Tk_GetBitmap, Tk_DefineBitmap, Tk_NameOfBitmap, Tk_SizeOfBitmap, Tk_FreeBitmap, Tk_GetBitmapFromData, 
  55. maintain database of single-plane pixmaps
  56. bitmap, pixmap, 
  57. GetCapStyl
  58. Tk_GetCapStyle, Tk_NameOfCapStyle, 
  59. translate between strings and cap styles
  60. butt, cap style, projecting, round, 
  61. GetColor
  62. Tk_GetColor, Tk_GetColorByValue, Tk_NameOfColor, 
  63. maintain database of colors
  64. color, intensity, pixel value, 
  65. GetCursor
  66. Tk_GetCursor, Tk_GetCursorFromData, Tk_NameOfCursor, Tk_FreeCursor, 
  67. maintain database of cursors
  68. cursor, 
  69. GetFontStr
  70. Tk_GetFontStruct, Tk_NameOfFontStruct, Tk_FreeFontStruct, 
  71. maintain database of fonts
  72. font, 
  73. GetGC
  74. Tk_GetGC, Tk_FreeGC, 
  75. maintain database of read-only graphics contexts
  76. graphics context, 
  77. GetJoinStl
  78. Tk_GetJoinStyle, Tk_NameOfJoinStyle, 
  79. translate between strings and join styles
  80. bevel, join style, miter, round, 
  81. GetJustify
  82. Tk_GetJustify, Tk_NameOfJustify, 
  83. translate between strings and justification styles
  84. center, fill, justification, string, 
  85. GetOption
  86. Tk_GetOption, 
  87. retrieve an option from the option database
  88. class, name, option, retrieve, 
  89. GetPixels
  90. Tk_GetPixels, Tk_GetScreenMM, 
  91. translate between strings and screen units
  92. centimeters, convert, inches, millimeters, pixels, points, screen units, 
  93. GetRelief
  94. Tk_GetRelief, Tk_NameOfRelief, 
  95. translate between strings and relief values
  96. name, relief, string, 
  97. GetRootCrd
  98. Tk_GetRootCoords, 
  99. Compute root-window coordinates of window
  100. coordinates, root window, 
  101. GetSelect
  102. Tk_GetSelection, 
  103. retrieve the contents of the selection
  104. format, get, selection retrieval, 
  105. GetUid
  106. Tk_GetUid, Tk_Uid, 
  107. convert from string to unique identifier
  108. atom, unique identifier, 
  109. InternAtom
  110. Tk_InternAtom, Tk_GetAtomName, 
  111. manage cache of X atoms
  112. atom, cache, display, 
  113. ManageGeom
  114. Tk_ManageGeometry, 
  115. arrange to handle geometry requests for a window
  116. callback, geometry, managed, request, unmanaged, 
  117. MapWindow
  118. Tk_MapWindow, Tk_UnmapWindow, 
  119. map or unmap a window
  120. map, unmap, window, 
  121. Name
  122. Tk_Name, Tk_PathName, Tk_NameToWindow, 
  123. convert between names and window tokens
  124. name, path name, token, window, 
  125. OwnSelect
  126. Tk_OwnSelection, 
  127. make a window the owner of the primary selection
  128. own, selection owner, 
  129. ParseArgv
  130. Tk_ParseArgv, 
  131. process command-line options
  132. arguments, command line, options, 
  133. Preserve
  134. Tk_Preserve, Tk_Release, Tk_EventuallyFree, 
  135. avoid freeing storage while it's being used
  136. free, reference count, storage, 
  137. RegInterp
  138. Tk_RegisterInterp, 
  139. make an interpreter accessible with ``send'' command
  140. interpreter, name, register, send command, 
  141. RestrictEv
  142. Tk_RestrictEvents, 
  143. filter and selectively delay X events
  144. delay, event, filter, restriction, 
  145. SelHandler
  146. Tk_CreateSelHandler, 
  147. arrange to handle requests for the primary selection
  148. format, handler, selection, target, 
  149. SetClass
  150. Tk_SetClass, Tk_Class, 
  151. set or retrieve a window's class
  152. class, unique identifier, window, window manager, 
  153. SetGrid
  154. Tk_SetGrid, 
  155. control the grid for interactive resizing
  156. grid, window, window manager, 
  157. Sleep
  158. Tk_Sleep, 
  159. delay execution for a given number of milliseconds
  160. sleep, time, wait, 
  161. TimerHndlr
  162. Tk_CreateTimerHandler, Tk_DeleteTimerHandler, 
  163. call a procedure at a
  164. callback, clock, handler, timer, 
  165. WindowId
  166. Tk_WindowId, Tk_Display, Tk_DisplayName, Tk_ScreenNumber, Tk_Screen, Tk_X, Tk_Y, Tk_Width, Tk_Height, Tk_Changes, Tk_Attributes, Tk_IsMapped, Tk_ReqWidth, Tk_ReqHeight, Tk_InternalBorderWidth, 
  167. retrieve information from Tk's local data structure
  168. attributes, display, height, geometry manager, identifier, mapped, requested size, screen, width, window, x, y, 
  169. after
  170. after, 
  171. Execute a command after a time delay
  172. delay, sleep, time, 
  173. bind
  174. bind, 
  175. Arrange for X events to invoke Tcl commands
  176. form, manual, 
  177. button
  178. button, 
  179. Create and manipulate button widgets
  180. button, widget, 
  181. canvas
  182. canvas, 
  183. Create and manipulate canvas widgets
  184. canvas, widget, 
  185. checkbuttn
  186. checkbutton, 
  187. Create and manipulate check-button widgets
  188. check button, widget, 
  189. destroy
  190. destroy, 
  191. Destroy a window
  192. application, destroy, window, 
  193. entry
  194. entry, 
  195. Create and manipulate entry widgets
  196. entry, widget, 
  197. focus
  198. focus, 
  199. Direct keyboard events to a particular window
  200. focus, keyboard, 
  201. frame
  202. frame, 
  203. Create and manipulate frame widgets
  204. frame, widget, 
  205. grab
  206. grab, 
  207. Confine pointer and keyboard events to a particular window sub-tree
  208. grab, variable, wait, window, 
  209. label
  210. label, 
  211. Create and manipulate label widgets
  212. label, widget, 
  213. lbSingSel
  214. tk_listboxSingleSelect, 
  215. Allow only one selected element in listbox(es)
  216. listbox, selection, 
  217. listbox
  218. listbox, 
  219. Create and manipulate listbox widgets
  220. listbox, widget, 
  221. menu
  222. menu, 
  223. Create and manipulate menu widgets
  224. menu, widget, 
  225. menubuttn
  226. menubutton, 
  227. Create and manipulate menubutton widgets
  228. menubutton, widget, 
  229. message
  230. message, 
  231. Create and manipulate message widgets
  232. message, widget, 
  233. option
  234. option, 
  235. Add/retrieve window options to/from the option database
  236. database, option, priority, retrieve, 
  237. options
  238. options, 
  239. Standard options supported by widgets
  240. class, name, standard option, switch, 
  241. pack
  242. pack, 
  243. Geometry manager that packs around edges of cavity
  244. frame, geometry manager, location, packer, size, 
  245. place
  246. place, 
  247. Geometry manager for fixed or rubber-sheet placement
  248. geometry manager, height, location, master, place, rubber sheet, slave, width, 
  249. radiobuttn
  250. radiobutton, 
  251. Create and manipulate radio-button widgets
  252. radio button, widget, 
  253. scale
  254. scale, 
  255. Create and manipulate scale widgets
  256. scale, widget, 
  257. scrollbar
  258. scrollbar, 
  259. Create and manipulate scrollbar widgets
  260. scrollbar, widget, 
  261. selection
  262. selection, 
  263. Manipulate the X selection
  264. format, handler, ICCCM, selection, target, type, 
  265. send
  266. send, 
  267. Execute a command in a different interpreter
  268. interpreter, remote execution, send, 
  269. text
  270. text, 
  271. Create and manipulate text widgets
  272. text, widget, 
  273. tkerror
  274. tkerror, 
  275. Command invoked to process background errors
  276. background error, reporting, 
  277. tkwait
  278. tkwait, 
  279. Wait for variable to change or window to be destroyed
  280. variable, wait, window, 
  281. toplevel
  282. toplevel, 
  283. Create and manipulate toplevel widgets
  284. toplevel, widget, 
  285. traversal
  286. tk_menus, tk_bindForTraversal, 
  287. Enable keyboard menu traversal
  288. keyboard traversal, menus, post, 
  289. update
  290. update, 
  291. Process pending events and/or when-idle handlers
  292. event, flush, handler, idle, update, 
  293. variables
  294. variables, 
  295. Variables used or set by Tk
  296. variables, version, 
  297. winfo
  298. winfo, 
  299. Return window-related information
  300. atom, children, class, geometry, height, identifier, information, interpreters, mapped, parent, path name, screen, width, window, 
  301. wish
  302. wish, 
  303. Simple windowing shell
  304. shell, toolkit, 
  305. wm
  306. wm, 
  307. Communicate with window manager
  308. aspect ratio, deiconify, focus model, geometry, grid, group, icon, iconify, increments, position, size, title, top-level window, units, window manager, 
  309.